Show / Hide Table of Contents

Class MetricValue

The value of a metric.

Inheritance
object
MetricValue
Implements
IMessage<MetricValue>
IEquatable<MetricValue>
IDeepCloneable<MetricValue>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class MetricValue : IMessage<MetricValue>, IEquatable<MetricValue>, IDeepCloneable<MetricValue>, IBufferMessage, IMessage

Constructors

MetricValue()

Declaration
public MetricValue()

MetricValue(MetricValue)

Declaration
public MetricValue(MetricValue other)
Parameters
Type Name Description
MetricValue other

Properties

HasValue

Gets whether the "value" field is set

Declaration
public bool HasValue { get; }
Property Value
Type Description
bool

OneValueCase

Declaration
public MetricValue.OneValueOneofCase OneValueCase { get; }
Property Value
Type Description
MetricValue.OneValueOneofCase

Value

Measurement value. See MetricHeader for type.

Declaration
public string Value { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX
OSZAR »