Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaListSfdcChannelsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_tokenString

The token used to retrieve the next page of results. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


9196
9197
9198
# File 'lib/google/apis/integrations_v1/classes.rb', line 9196

def next_page_token
  @next_page_token
end

#sfdc_channelsArray<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