Package-level declarations

Types

Link copied to clipboard
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.

Link copied to clipboard
data class GetRemoteRenderingAccountResult(val accountDomain: String, val accountId: String, val id: String, val identity: IdentityResponse? = 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)

RemoteRenderingAccount Response.

Link copied to clipboard
data class GetSpatialAnchorsAccountResult(val accountDomain: String, val accountId: String, val id: String, val identity: IdentityResponse? = 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)

SpatialAnchorsAccount Response.

Link copied to clipboard
data class IdentityResponse(val principalId: String, val tenantId: String, val type: String? = null)

Identity for the resource.

Link copied to clipboard
data class ListObjectAnchorsAccountKeysResult(val primaryKey: String, val secondaryKey: String)

Developer Keys of account

Link copied to clipboard
data class ListRemoteRenderingAccountKeysResult(val primaryKey: String, val secondaryKey: String)

Developer Keys of account

Link copied to clipboard
data class ListSpatialAnchorsAccountKeysResult(val primaryKey: String, val secondaryKey: String)

Developer Keys of account

Link copied to clipboard
data class ObjectAnchorsAccountResponseIdentity(val principalId: String, val tenantId: String, val type: String? = null)
Link copied to clipboard
data class SkuResponse(val capacity: Int? = null, val family: String? = null, val name: String, val size: String? = null, val tier: String? = null)

The resource model definition representing SKU

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.