Class: Google::Analytics::Data::V1beta::ResponseMetaData::SchemaRestrictionResponse::ActiveMetricRestriction

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#metric_name::String

Returns The name of the restricted metric.

Returns:

  • (::String)

    The name of the restricted metric.



723
724
725
726
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 723

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.

Returns:



723
724
725
726
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 723

class ActiveMetricRestriction
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end