Show / Hide Table of Contents

Class GoogleCloudChannelV1UpdateChannelPartnerLinkRequest

Request message for CloudChannelService.UpdateChannelPartnerLink

Inheritance
object
GoogleCloudChannelV1UpdateChannelPartnerLinkRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX