Get Saas Subscription Level Result
data class GetSaasSubscriptionLevelResult(val id: String, val name: String, val properties: SaasResourceResponseProperties, val tags: Map<String, String>? = null, val type: String)
SaaS REST API resource definition.
Constructors
Link copied to clipboard
fun GetSaasSubscriptionLevelResult(id: String, name: String, properties: SaasResourceResponseProperties, tags: Map<String, String>? = null, type: String)