Show / Hide Table of Contents

Class DeleteChannelGroupRequest

Request message for DeleteChannelGroup RPC.

Inheritance
object
DeleteChannelGroupRequest
Implements
IMessage<DeleteChannelGroupRequest>
IEquatable<DeleteChannelGroupRequest>
IDeepCloneable<DeleteChannelGroupRequest>
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 DeleteChannelGroupRequest : IMessage<DeleteChannelGroupRequest>, IEquatable<DeleteChannelGroupRequest>, IDeepCloneable<DeleteChannelGroupRequest>, IBufferMessage, IMessage

Constructors

DeleteChannelGroupRequest()

Declaration
public DeleteChannelGroupRequest()

DeleteChannelGroupRequest(DeleteChannelGroupRequest)

Declaration
public DeleteChannelGroupRequest(DeleteChannelGroupRequest other)
Parameters
Type Name Description
DeleteChannelGroupRequest 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 delete. 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