public sealed class ListSipTrunksRequest : IMessage<ListSipTrunksRequest>, IEquatable<ListSipTrunksRequest>, IDeepCloneable<ListSipTrunksRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class ListSipTrunksRequest.
The request message for [SipTrunks.ListSipTrunks][google.cloud.dialogflow.v2beta1.SipTrunks.ListSipTrunks].
Implements
IMessageListSipTrunksRequest, IEquatableListSipTrunksRequest, IDeepCloneableListSipTrunksRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
ListSipTrunksRequest()
public ListSipTrunksRequest()
ListSipTrunksRequest(ListSipTrunksRequest)
public ListSipTrunksRequest(ListSipTrunksRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListSipTrunksRequest |
Properties
PageSize
public int PageSize { get; set; }
Optional. The maximum number of items to return in a single page. By default 100 and at most 1000.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. The next_page_token value returned from a previous list request.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The location to list SIP trunks from.
Format: projects/<Project ID>/locations/<Location ID>
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |