Show / Hide Table of Contents

Class ActiveMetricRestriction

A metric actively restricted in creating the report.

Inheritance
object
ActiveMetricRestriction
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AnalyticsData.v1beta.Data
Assembly: Google.Apis.AnalyticsData.v1beta.dll
Syntax
public class ActiveMetricRestriction : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MetricName

The name of the restricted metric.

Declaration
[JsonProperty("metricName")]
public virtual string MetricName { get; set; }
Property Value
Type Description
string

RestrictedMetricTypes

The reason for this metric's restriction.

Declaration
[JsonProperty("restrictedMetricTypes")]
public virtual IList<string> RestrictedMetricTypes { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX