Get Sim Policy Result
data class GetSimPolicyResult(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val defaultSlice: SliceResourceIdResponse, val id: String, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null, val location: String, val name: String, val provisioningState: String, val registrationTimer: Int? = null, val rfspIndex: Int? = null, val sliceConfigurations: List<SliceConfigurationResponse>, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val ueAmbr: AmbrResponse)
SIM policy resource.
Constructors
Link copied to clipboard
fun GetSimPolicyResult(createdAt: String? = null, createdBy: String? = null, createdByType: String? = null, defaultSlice: SliceResourceIdResponse, id: String, lastModifiedAt: String? = null, lastModifiedBy: String? = null, lastModifiedByType: String? = null, location: String, name: String, provisioningState: String, registrationTimer: Int? = null, rfspIndex: Int? = null, sliceConfigurations: List<SliceConfigurationResponse>, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, ueAmbr: AmbrResponse)