Class ResponseMetaData.Types.SchemaRestrictionResponse.Types.ActiveMetricRestriction
A metric actively restricted in creating the report.
Inheritance
System.Object
ResponseMetaData.Types.SchemaRestrictionResponse.Types.ActiveMetricRestriction
Implements
Google.Protobuf.IMessage<ResponseMetaData.Types.SchemaRestrictionResponse.Types.ActiveMetricRestriction>
Google.Protobuf.IDeepCloneable<ResponseMetaData.Types.SchemaRestrictionResponse.Types.ActiveMetricRestriction>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Inherited Members
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class ActiveMetricRestriction : IMessage<ResponseMetaData.Types.SchemaRestrictionResponse.Types.ActiveMetricRestriction>, IEquatable<ResponseMetaData.Types.SchemaRestrictionResponse.Types.ActiveMetricRestriction>, IDeepCloneable<ResponseMetaData.Types.SchemaRestrictionResponse.Types.ActiveMetricRestriction>, IBufferMessage, IMessage
Constructors
ActiveMetricRestriction()
Declaration
public ActiveMetricRestriction()
ActiveMetricRestriction(ResponseMetaData.Types.SchemaRestrictionResponse.Types.ActiveMetricRestriction)
Declaration
public ActiveMetricRestriction(ResponseMetaData.Types.SchemaRestrictionResponse.Types.ActiveMetricRestriction other)
Parameters
Type | Name | Description |
---|---|---|
ResponseMetaData.Types.SchemaRestrictionResponse.Types.ActiveMetricRestriction | other |
Properties
HasMetricName
Gets whether the "metric_name" field is set
Declaration
public bool HasMetricName { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
MetricName
The name of the restricted metric.
Declaration
public string MetricName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RestrictedMetricTypes
The reason for this metric's restriction.
Declaration
public RepeatedField<RestrictedMetricType> RestrictedMetricTypes { get; }
Property Value
Type | Description |
---|---|
Google.Protobuf.Collections.RepeatedField<RestrictedMetricType> |