Show / Hide Table of Contents

Class GetKeyEventRequest

Request message for GetKeyEvent RPC

Inheritance
object
GetKeyEventRequest
Implements
IMessage<GetKeyEventRequest>
IEquatable<GetKeyEventRequest>
IDeepCloneable<GetKeyEventRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Admin.V1Beta
Assembly: Google.Analytics.Admin.V1Beta.dll
Syntax
public sealed class GetKeyEventRequest : IMessage<GetKeyEventRequest>, IEquatable<GetKeyEventRequest>, IDeepCloneable<GetKeyEventRequest>, IBufferMessage, IMessage

Constructors

GetKeyEventRequest()

Declaration
public GetKeyEventRequest()

GetKeyEventRequest(GetKeyEventRequest)

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