class Google::Apis::CloudchannelV1::GoogleCloudChannelV1UpdateChannelPartnerLinkRequest
Request message for CloudChannelService.UpdateChannelPartnerLink
Attributes
channel_partner_link[RW]
Entity representing a link between distributors and their indirect resellers in an n-tier resale channel. Corresponds to the JSON property `channelPartnerLink` @return [Google::Apis::CloudchannelV1::GoogleCloudChannelV1ChannelPartnerLink]
update_mask[RW]
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` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudchannel_v1/classes.rb, line 2406 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudchannel_v1/classes.rb, line 2411 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