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.



1044
1045
1046
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1044

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

Instance Attribute Details

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



1036
1037
1038
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1036

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)


1042
1043
1044
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1042

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1049
1050
1051
1052
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1049

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