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