Get Partner Configuration Result
data class GetPartnerConfigurationResult(val id: String, val location: String? = null, val name: String, val partnerAuthorization: PartnerAuthorizationResponse? = null, val provisioningState: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Partner configuration information
Constructors
Link copied to clipboard
constructor(id: String, location: String? = null, name: String, partnerAuthorization: PartnerAuthorizationResponse? = null, provisioningState: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)