Package-level declarations

Types

Link copied to clipboard
data class GetCommunicationsGatewayResult(val apiBridge: Any? = null, val codecs: List<String>, val connectivity: String, val e911Type: String, val id: String, val location: String, val name: String, val platforms: List<String>, val provisioningState: String, val serviceLocations: List<ServiceRegionPropertiesResponse>, val status: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

A CommunicationsGateway resource

Link copied to clipboard
data class GetContactResult(val contactName: String, val email: String, val id: String, val location: String, val name: String, val phoneNumber: String, val provisioningState: String, val role: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

A Contact resource

Link copied to clipboard
data class GetTestLineResult(val id: String, val location: String, val name: String, val phoneNumber: String, val provisioningState: String, val purpose: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

A TestLine resource

Link copied to clipboard
data class PrimaryRegionPropertiesResponse(val esrpAddresses: List<String>? = null, val operatorAddresses: List<String>)

The configuration used in this region as primary, and other regions as backup.

Link copied to clipboard
data class ServiceRegionPropertiesResponse(val name: String, val primaryRegionProperties: PrimaryRegionPropertiesResponse)

The service region configuration needed for Teams Callings.

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.