Class SchemaRestrictionResponse
The schema restrictions actively enforced in creating this report. To learn more, see Access and data-restriction management.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsData.v1beta.Data
Assembly: Google.Apis.AnalyticsData.v1beta.dll
Syntax
public class SchemaRestrictionResponse : IDirectResponseSchema
Properties
ActiveMetricRestrictions
All restrictions actively enforced in creating the report. For example, purchaseRevenue
always has the
restriction type REVENUE_DATA
. However, this active response restriction is only populated if the user's
custom role disallows access to REVENUE_DATA
.
Declaration
[JsonProperty("activeMetricRestrictions")]
public virtual IList<ActiveMetricRestriction> ActiveMetricRestrictions { get; set; }
Property Value
Type | Description |
---|---|
IList<ActiveMetricRestriction> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |