Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ListChannelPartnerLinksResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudchannel_v1/classes.rb,
lib/google/apis/cloudchannel_v1/representations.rb,
lib/google/apis/cloudchannel_v1/representations.rb

Overview

Response message for CloudChannelService.ListChannelPartnerLinks.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudChannelV1ListChannelPartnerLinksResponse

Returns a new instance of GoogleCloudChannelV1ListChannelPartnerLinksResponse.



913
914
915
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 913

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

The Channel partner links for a reseller. Corresponds to the JSON property channelPartnerLinks



905
906
907
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 905

def channel_partner_links
  @channel_partner_links
end

#next_page_tokenString

A token to retrieve the next page of results. Pass to ListChannelPartnerLinksRequest.page_token to obtain that page. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


911
912
913
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 911

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



918
919
920
921
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 918

def update!(**args)
  @channel_partner_links = args[:channel_partner_links] if args.key?(:channel_partner_links)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
end