Class: Google::Analytics::Data::V1beta::ResponseMetaData::SchemaRestrictionResponse::ActiveMetricRestriction
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::ResponseMetaData::SchemaRestrictionResponse::ActiveMetricRestriction
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1beta/data.rb
Overview
A metric actively restricted in creating the report.
Instance Attribute Summary collapse
-
#metric_name ⇒ ::String
The name of the restricted metric.
-
#restricted_metric_types ⇒ ::Array<::Google::Analytics::Data::V1beta::RestrictedMetricType>
The reason for this metric's restriction.
Instance Attribute Details
#metric_name ⇒ ::String
Returns The name of the restricted metric.
742 743 744 745 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 742 class ActiveMetricRestriction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#restricted_metric_types ⇒ ::Array<::Google::Analytics::Data::V1beta::RestrictedMetricType>
Returns The reason for this metric's restriction.
742 743 744 745 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 742 class ActiveMetricRestriction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |