Get Slice Result
data class GetSliceResult(val description: String? = null, val id: String, val location: String, val name: String, val provisioningState: String, val snssai: SnssaiResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Network slice resource. Must be created in the same location as its parent mobile network.
Constructors
Link copied to clipboard
fun GetSliceResult(description: String? = null, id: String, location: String, name: String, provisioningState: String, snssai: SnssaiResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)