Get Associated Tenant Result
data class GetAssociatedTenantResult(val id: String, val name: String, val properties: AssociatedTenantPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
An associated tenant.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: AssociatedTenantPropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)