Object Anchors Account Response Identity
    data class ObjectAnchorsAccountResponseIdentity(val principalId: String, val tenantId: String, val type: String? = null)
Constructors
Link copied to clipboard
                fun ObjectAnchorsAccountResponseIdentity(principalId: String, tenantId: String, type: String? = null)