Class ResponseMetaData.Types.SchemaRestrictionResponse
The schema restrictions actively enforced in creating this report. To learn more, see Access and data-restriction management.
Implements
Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class ResponseMetaData.Types.SchemaRestrictionResponse : IMessage<ResponseMetaData.Types.SchemaRestrictionResponse>, IEquatable<ResponseMetaData.Types.SchemaRestrictionResponse>, IDeepCloneable<ResponseMetaData.Types.SchemaRestrictionResponse>, IBufferMessage, IMessage
Constructors
SchemaRestrictionResponse()
Declaration
public SchemaRestrictionResponse()
SchemaRestrictionResponse(SchemaRestrictionResponse)
Declaration
public SchemaRestrictionResponse(ResponseMetaData.Types.SchemaRestrictionResponse other)
Parameters
Type | Name | Description |
---|---|---|
ResponseMetaData.Types.SchemaRestrictionResponse | other |
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
public RepeatedField<ResponseMetaData.Types.SchemaRestrictionResponse.Types.ActiveMetricRestriction> ActiveMetricRestrictions { get; }
Property Value
Type | Description |
---|---|
RepeatedField<ResponseMetaData.Types.SchemaRestrictionResponse.Types.ActiveMetricRestriction> |