Class UpdateCustomMetricRequest
Request message for UpdateCustomMetric RPC.
Implements
Namespace: Google.Analytics.Admin.V1Beta
Assembly: Google.Analytics.Admin.V1Beta.dll
Syntax
public sealed class UpdateCustomMetricRequest : IMessage<UpdateCustomMetricRequest>, IEquatable<UpdateCustomMetricRequest>, IDeepCloneable<UpdateCustomMetricRequest>, IBufferMessage, IMessage
Constructors
UpdateCustomMetricRequest()
Declaration
public UpdateCustomMetricRequest()
UpdateCustomMetricRequest(UpdateCustomMetricRequest)
Declaration
public UpdateCustomMetricRequest(UpdateCustomMetricRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateCustomMetricRequest | other |
Properties
CustomMetric
The CustomMetric to update
Declaration
public CustomMetric CustomMetric { get; set; }
Property Value
| Type | Description |
|---|---|
| CustomMetric |
UpdateMask
Required. The list of fields to be updated. 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 |