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