Class UpdateSubpropertySyncConfigRequest
Request message for UpdateSubpropertySyncConfig RPC.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class UpdateSubpropertySyncConfigRequest : IMessage<UpdateSubpropertySyncConfigRequest>, IEquatable<UpdateSubpropertySyncConfigRequest>, IDeepCloneable<UpdateSubpropertySyncConfigRequest>, IBufferMessage, IMessage
Constructors
UpdateSubpropertySyncConfigRequest()
Declaration
public UpdateSubpropertySyncConfigRequest()
UpdateSubpropertySyncConfigRequest(UpdateSubpropertySyncConfigRequest)
Declaration
public UpdateSubpropertySyncConfigRequest(UpdateSubpropertySyncConfigRequest other)
Parameters
Type | Name | Description |
---|---|---|
UpdateSubpropertySyncConfigRequest | other |
Properties
SubpropertySyncConfig
Required. The SubpropertySyncConfig
to update.
Declaration
public SubpropertySyncConfig SubpropertySyncConfig { get; set; }
Property Value
Type | Description |
---|---|
SubpropertySyncConfig |
UpdateMask
Optional. The list of fields to update. Field names must be in snake case (for example, "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 |