Show / Hide Table of Contents

Class GetChannelGroupRequest

Request message for GetChannelGroup RPC.

Inheritance
object
GetChannelGroupRequest
Implements
IMessage<GetChannelGroupRequest>
IEquatable<GetChannelGroupRequest>
IDeepCloneable<GetChannelGroupRequest>
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 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
In this article
Back to top Generated by DocFX