Show / Hide Table of Contents

Class UpdateCustomMetricRequest

Request message for UpdateCustomMetric RPC.

Inheritance
object
UpdateCustomMetricRequest
Implements
IMessage<UpdateCustomMetricRequest>
IEquatable<UpdateCustomMetricRequest>
IDeepCloneable<UpdateCustomMetricRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.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
In this article
Back to top Generated by DocFX