Class UpdateConversionEventRequest
Request message for UpdateConversionEvent RPC
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class UpdateConversionEventRequest : IMessage<UpdateConversionEventRequest>, IEquatable<UpdateConversionEventRequest>, IDeepCloneable<UpdateConversionEventRequest>, IBufferMessage, IMessage
Constructors
UpdateConversionEventRequest()
Declaration
public UpdateConversionEventRequest()
UpdateConversionEventRequest(UpdateConversionEventRequest)
Declaration
public UpdateConversionEventRequest(UpdateConversionEventRequest other)
Parameters
Type | Name | Description |
---|---|---|
UpdateConversionEventRequest | other |
Properties
ConversionEvent
Required. The conversion event to update.
The name
field is used to identify the settings to be updated.
Declaration
public ConversionEvent ConversionEvent { get; set; }
Property Value
Type | Description |
---|---|
ConversionEvent |
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 |