Get Object Anchors Account Result
data class GetObjectAnchorsAccountResult(val accountDomain: String, val accountId: String, val id: String, val identity: ObjectAnchorsAccountResponseIdentity? = null, val kind: SkuResponse? = null, val location: String, val name: String, val plan: IdentityResponse? = null, val sku: SkuResponse? = null, val storageAccountName: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
ObjectAnchorsAccount Response.
Constructors
Link copied to clipboard
fun GetObjectAnchorsAccountResult(accountDomain: String, accountId: String, id: String, identity: ObjectAnchorsAccountResponseIdentity? = null, kind: SkuResponse? = null, location: String, name: String, plan: IdentityResponse? = null, sku: SkuResponse? = null, storageAccountName: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)