Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1UpdateChannelPartnerLinkRequest

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

Request message for CloudChannelService.UpdateChannelPartnerLink

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudChannelV1UpdateChannelPartnerLinkRequest

Returns a new instance of GoogleCloudChannelV1UpdateChannelPartnerLinkRequest.



2411
2412
2413
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2411

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

Instance Attribute Details

Entity representing a link between distributors and their indirect resellers in an n-tier resale channel. Corresponds to the JSON property channelPartnerLink



2403
2404
2405
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2403

def channel_partner_link
  @channel_partner_link
end

#update_maskString

Required. The update mask that applies to the resource. The only allowable value for an update mask is channel_partner_link.link_state. Corresponds to the JSON property updateMask

Returns:

  • (String)


2409
2410
2411
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2409

def update_mask
  @update_mask
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2416
2417
2418
2419
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2416

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