Class CreateChannelGroupRequest
Request message for CreateChannelGroup RPC.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class CreateChannelGroupRequest : IMessage<CreateChannelGroupRequest>, IEquatable<CreateChannelGroupRequest>, IDeepCloneable<CreateChannelGroupRequest>, IBufferMessage, IMessage
Constructors
CreateChannelGroupRequest()
Declaration
public CreateChannelGroupRequest()
CreateChannelGroupRequest(CreateChannelGroupRequest)
Declaration
public CreateChannelGroupRequest(CreateChannelGroupRequest other)
Parameters
Type | Name | Description |
---|---|---|
CreateChannelGroupRequest | other |
Properties
ChannelGroup
Required. The ChannelGroup to create.
Declaration
public ChannelGroup ChannelGroup { get; set; }
Property Value
Type | Description |
---|---|
ChannelGroup |
Parent
Required. The property for which to create a ChannelGroup. Example format: properties/1234
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentAsPropertyName
PropertyName-typed view over the Parent resource name property.
Declaration
public PropertyName ParentAsPropertyName { get; set; }
Property Value
Type | Description |
---|---|
PropertyName |