Get Service Result
data class GetServiceResult(val id: String, val location: String, val name: String, val pccRules: List<PccRuleConfigurationResponse>, val provisioningState: String, val servicePrecedence: Int, val serviceQosPolicy: QosPolicyResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Service resource. Must be created in the same location as its parent mobile network.
Constructors
Link copied to clipboard
fun GetServiceResult(id: String, location: String, name: String, pccRules: List<PccRuleConfigurationResponse>, provisioningState: String, servicePrecedence: Int, serviceQosPolicy: QosPolicyResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)