Class UpdateKeyEventRequest
Request message for UpdateKeyEvent RPC
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class UpdateKeyEventRequest : IMessage<UpdateKeyEventRequest>, IEquatable<UpdateKeyEventRequest>, IDeepCloneable<UpdateKeyEventRequest>, IBufferMessage, IMessage
Constructors
UpdateKeyEventRequest()
Declaration
public UpdateKeyEventRequest()
UpdateKeyEventRequest(UpdateKeyEventRequest)
Declaration
public UpdateKeyEventRequest(UpdateKeyEventRequest other)
Parameters
Type | Name | Description |
---|---|---|
UpdateKeyEventRequest | other |
Properties
KeyEvent
Required. The Key Event to update.
The name
field is used to identify the settings to be updated.
Declaration
public KeyEvent KeyEvent { get; set; }
Property Value
Type | Description |
---|---|
KeyEvent |
UpdateMask
Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.
Declaration
public FieldMask UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
FieldMask |