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.



7552
7553
7554
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7552

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)


7545
7546
7547
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7545

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



7550
7551
7552
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7550

def sfdc_channels
  @sfdc_channels
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7557
7558
7559
7560
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 7557

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