Show / Hide Table of Contents

Class DeleteKeyEventRequest

Request message for DeleteKeyEvent RPC

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

Constructors

DeleteKeyEventRequest()

Declaration
public DeleteKeyEventRequest()

DeleteKeyEventRequest(DeleteKeyEventRequest)

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

Properties

KeyEventName

KeyEventName-typed view over the Name resource name property.

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

Name

Required. The resource name of the Key Event to delete. Format: properties/{property}/keyEvents/{key_event} Example: "properties/123/keyEvents/456"

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