Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaListSfdcChannelsResponse
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaListSfdcChannelsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/integrations_v1/classes.rb,
lib/google/apis/integrations_v1/representations.rb,
lib/google/apis/integrations_v1/representations.rb
Overview
Response to list SfdcChannels.
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
The token used to retrieve the next page of results.
-
#sfdc_channels ⇒ Array<Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaSfdcChannel>
The list of SfdcChannels retrieved.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaListSfdcChannelsResponse
constructor
A new instance of GoogleCloudIntegrationsV1alphaListSfdcChannelsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaListSfdcChannelsResponse
Returns a new instance of GoogleCloudIntegrationsV1alphaListSfdcChannelsResponse.
9203 9204 9205 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 9203 def initialize(**args) update!(**args) end |
Instance Attribute Details
#next_page_token ⇒ String
The token used to retrieve the next page of results.
Corresponds to the JSON property nextPageToken
9196 9197 9198 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 9196 def next_page_token @next_page_token end |
#sfdc_channels ⇒ Array<Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaSfdcChannel>
The list of SfdcChannels retrieved.
Corresponds to the JSON property sfdcChannels
9201 9202 9203 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 9201 def sfdc_channels @sfdc_channels end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9208 9209 9210 9211 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 9208 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @sfdc_channels = args[:sfdc_channels] if args.key?(:sfdc_channels) end |