Show / Hide Table of Contents

Class UpdateEventCreateRuleRequest

Request message for UpdateEventCreateRule RPC.

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

Constructors

UpdateEventCreateRuleRequest()

Declaration
public UpdateEventCreateRuleRequest()

UpdateEventCreateRuleRequest(UpdateEventCreateRuleRequest)

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

Properties

EventCreateRule

Required. The EventCreateRule to update. The resource's name field is used to identify the EventCreateRule to be updated.

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

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
In this article
Back to top Generated by DocFX