Class DeleteKeyEventRequest
Request message for DeleteKeyEvent RPC
Implements
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 |