Class GoogleCloudChannelV1UpdateChannelPartnerLinkRequest
Request message for CloudChannelService.UpdateChannelPartnerLink
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1UpdateChannelPartnerLinkRequest : IDirectResponseSchema
Properties
ChannelPartnerLink
Required. The channel partner link to update. Only channel_partner_link.link_state is allowed for updates.
Declaration
[JsonProperty("channelPartnerLink")]
public virtual GoogleCloudChannelV1ChannelPartnerLink ChannelPartnerLink { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudChannelV1ChannelPartnerLink |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdateMask
Required. The update mask that applies to the resource. The only allowable value for an update mask is channel_partner_link.link_state.
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |