RingCentral .Net SDK
Properties | List of all members
RingCentral.ListEmergencyLocationsParameters Class Reference

Query parameters for operation listEmergencyLocations More...

Properties

string[] siteId [get, set]
 Internal identifier of a site for filtering. To indicate company main site main-site value should be specified. Supported only if multi-site feature is enabled for the account. Multiple values are supported. More...
 
string searchString [get, set]
 Filters entries containing the specified substring in 'address' and 'name' fields. The character range is 0-64; not case-sensitive. If empty then the filter is ignored More...
 
string addressStatus [get, set]
 Enum: Valid, Invalid, Provisioning More...
 
string usageStatus [get, set]
 Enum: Active, Inactive More...
 
string domesticCountryId [get, set]
 
string orderBy [get, set]
 Comma-separated list of fields to order results, prefixed by plus sign '+' (ascending order) or minus sign '-' (descending order) Default: +address Enum: +name, +siteName, +address, +addressStatus, +usageStatus, -name, -siteName, -address, -addressStatus, -usageStatus More...
 
long? perPage [get, set]
 Indicates a page size (number of items). The values supported: Max or numeric value. If not specified, 100 records are returned per one page Format: int32 Default: 100 More...
 
long? page [get, set]
 Indicates the page number to retrieve. Only positive number values are supported Format: int32 Default: 1 More...
 

Detailed Description

Query parameters for operation listEmergencyLocations

Property Documentation

◆ addressStatus

string RingCentral.ListEmergencyLocationsParameters.addressStatus
getset

Enum: Valid, Invalid, Provisioning

◆ domesticCountryId

string RingCentral.ListEmergencyLocationsParameters.domesticCountryId
getset

◆ orderBy

string RingCentral.ListEmergencyLocationsParameters.orderBy
getset

Comma-separated list of fields to order results, prefixed by plus sign '+' (ascending order) or minus sign '-' (descending order) Default: +address Enum: +name, +siteName, +address, +addressStatus, +usageStatus, -name, -siteName, -address, -addressStatus, -usageStatus

◆ page

long? RingCentral.ListEmergencyLocationsParameters.page
getset

Indicates the page number to retrieve. Only positive number values are supported Format: int32 Default: 1

◆ perPage

long? RingCentral.ListEmergencyLocationsParameters.perPage
getset

Indicates a page size (number of items). The values supported: Max or numeric value. If not specified, 100 records are returned per one page Format: int32 Default: 100

◆ searchString

string RingCentral.ListEmergencyLocationsParameters.searchString
getset

Filters entries containing the specified substring in 'address' and 'name' fields. The character range is 0-64; not case-sensitive. If empty then the filter is ignored

◆ siteId

string [] RingCentral.ListEmergencyLocationsParameters.siteId
getset

Internal identifier of a site for filtering. To indicate company main site main-site value should be specified. Supported only if multi-site feature is enabled for the account. Multiple values are supported.

◆ usageStatus

string RingCentral.ListEmergencyLocationsParameters.usageStatus
getset

Enum: Active, Inactive


The documentation for this class was generated from the following file: