Show / Hide Table of Contents

Class UpdateChannelGroupRequest

Request message for UpdateChannelGroup RPC.

Inheritance
object
UpdateChannelGroupRequest
Implements
IMessage<UpdateChannelGroupRequest>
IEquatable<UpdateChannelGroupRequest>
IDeepCloneable<UpdateChannelGroupRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class UpdateChannelGroupRequest : IMessage<UpdateChannelGroupRequest>, IEquatable<UpdateChannelGroupRequest>, IDeepCloneable<UpdateChannelGroupRequest>, IBufferMessage, IMessage

Constructors

UpdateChannelGroupRequest()

Declaration
public UpdateChannelGroupRequest()

UpdateChannelGroupRequest(UpdateChannelGroupRequest)

Declaration
public UpdateChannelGroupRequest(UpdateChannelGroupRequest other)
Parameters
Type Name Description
UpdateChannelGroupRequest other

Properties

ChannelGroup

Required. The ChannelGroup to update. The resource's name field is used to identify the ChannelGroup to be updated.

Declaration
public ChannelGroup ChannelGroup { get; set; }
Property Value
Type Description
ChannelGroup

UpdateMask

Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

Declaration
public FieldMask UpdateMask { get; set; }
Property Value
Type Description
FieldMask
In this article
Back to top Generated by DocFX