PhoneNumbersListAreaCodesOptionalParams interface
Optional parameters.
- Extends
Properties
| accept |
The locale to display in the localized fields in the response. e.g. 'en-US' |
| administrative |
The name of the state or province in which to search for the area code. |
| assignment |
Filter by assignmentType, e.g. Person, Application. |
| locality | The name of locality or town in which to search for the area code. This is required if the number type is Geographic. |
| max |
An optional parameter for how many entries to return, for pagination purposes. The default value is 100. |
| skip | An optional parameter for how many entries to skip, for pagination purposes. The default value is 0. |
Inherited Properties
| abort |
The signal which can be used to abort requests. |
| on |
A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times. |
| request |
Options used when creating and sending HTTP requests for this operation. |
| serializer |
Options to override serialization/de-serialization behavior. |
| tracing |
Options used when tracing is enabled. |
Property Details
acceptLanguage
The locale to display in the localized fields in the response. e.g. 'en-US'
acceptLanguage?: string
Property Value
string
administrativeDivision
The name of the state or province in which to search for the area code.
administrativeDivision?: string
Property Value
string
assignmentType
Filter by assignmentType, e.g. Person, Application.
assignmentType?: PhoneNumberAssignmentType
Property Value
locality
The name of locality or town in which to search for the area code. This is required if the number type is Geographic.
locality?: string
Property Value
string
maxPageSize
An optional parameter for how many entries to return, for pagination purposes. The default value is 100.
maxPageSize?: number
Property Value
number
skip
An optional parameter for how many entries to skip, for pagination purposes. The default value is 0.
skip?: number
Property Value
number
Inherited Property Details
abortSignal
The signal which can be used to abort requests.
abortSignal?: AbortSignalLike
Property Value
Inherited From coreClient.OperationOptions.abortSignal
onResponse
A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times.
onResponse?: RawResponseCallback
Property Value
Inherited From coreClient.OperationOptions.onResponse
requestOptions
Options used when creating and sending HTTP requests for this operation.
requestOptions?: OperationRequestOptions
Property Value
Inherited From coreClient.OperationOptions.requestOptions
serializerOptions
Options to override serialization/de-serialization behavior.
serializerOptions?: SerializerOptions
Property Value
Inherited From coreClient.OperationOptions.serializerOptions
tracingOptions
Options used when tracing is enabled.
tracingOptions?: OperationTracingOptions
Property Value
Inherited From coreClient.OperationOptions.tracingOptions