Class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaListSfdcChannelsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/integrations_v1alpha/classes.rb,
lib/google/apis/integrations_v1alpha/representations.rb,
lib/google/apis/integrations_v1alpha/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.



7457
7458
7459
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7457

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)


7450
7451
7452
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7450

def next_page_token
  @next_page_token
end

#sfdc_channelsArray<Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaSfdcChannel>

The list of SfdcChannels retrieved. Corresponds to the JSON property sfdcChannels



7455
7456
7457
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7455

def sfdc_channels
  @sfdc_channels
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7462
7463
7464
7465
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7462

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