Get Site Result
data class GetSiteResult(val id: String, val location: String, val name: String, val networkFunctions: List<SubResourceResponse>, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Site resource. Must be created in the same location as its parent mobile network.
Constructors
Link copied to clipboard
fun GetSiteResult(id: String, location: String, name: String, networkFunctions: List<SubResourceResponse>, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)