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