Show / Hide Table of Contents

Class CreateKeyEventRequest

Request message for CreateKeyEvent RPC

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

Constructors

CreateKeyEventRequest()

Declaration
public CreateKeyEventRequest()

CreateKeyEventRequest(CreateKeyEventRequest)

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

Properties

KeyEvent

Required. The Key Event to create.

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

Parent

Required. The resource name of the parent property where this Key Event will be created. Format: properties/123

Declaration
public string Parent { get; set; }
Property Value
Type Description
string

ParentAsPropertyName

PropertyName-typed view over the Parent resource name property.

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