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.



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

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

Instance Attribute Details

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



902
903
904
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 902

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)


908
909
910
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 908

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



915
916
917
918
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 915

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