Elastic Organization To Azure Subscription Mapping Response Properties Response
data class ElasticOrganizationToAzureSubscriptionMappingResponsePropertiesResponse(val billedAzureSubscriptionId: String? = null, val elasticOrganizationId: String? = null, val elasticOrganizationName: String? = null, val marketplaceSaasInfo: MarketplaceSaaSInfoResponse)
The properties of Azure Subscription ID to which the Organization of the logged in user belongs and gets billed into.
Constructors
Link copied to clipboard
fun ElasticOrganizationToAzureSubscriptionMappingResponsePropertiesResponse(billedAzureSubscriptionId: String? = null, elasticOrganizationId: String? = null, elasticOrganizationName: String? = null, marketplaceSaasInfo: MarketplaceSaaSInfoResponse)