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.



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

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)


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

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



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

def sfdc_channels
  @sfdc_channels
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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