Get Account Result
data class GetAccountResult(val id: String, val location: String, val name: String, val sku: SKUResponse, val tags: Map<String, String>? = null, val type: String)
The EngagementFabric account
Constructors
Link copied to clipboard
fun GetAccountResult(id: String, location: String, name: String, sku: SKUResponse, tags: Map<String, String>? = null, type: String)