Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ListSipTrunksResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ListSipTrunksResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
Corresponds to the JSON property
nextPageToken. -
#sip_trunks ⇒ Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SipTrunk>
Corresponds to the JSON property
sipTrunks.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2ListSipTrunksResponse
constructor
A new instance of GoogleCloudDialogflowV2ListSipTrunksResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2ListSipTrunksResponse
Returns a new instance of GoogleCloudDialogflowV2ListSipTrunksResponse.
13960 13961 13962 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 13960 def initialize(**args) update!(**args) end |
Instance Attribute Details
#next_page_token ⇒ String
Corresponds to the JSON property nextPageToken
13953 13954 13955 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 13953 def next_page_token @next_page_token end |
#sip_trunks ⇒ Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SipTrunk>
Corresponds to the JSON property sipTrunks
13958 13959 13960 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 13958 def sip_trunks @sip_trunks end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13965 13966 13967 13968 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 13965 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @sip_trunks = args[:sip_trunks] if args.key?(:sip_trunks) end |