Class: Google::Analytics::Admin::V1alpha::AccessMetric
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::AccessMetric
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/access_report.rb
Overview
The quantitative measurements of a report. For example, the metric
accessCount
is the total number of data access records.
Instance Attribute Summary collapse
-
#metric_name ⇒ ::String
The API name of the metric.
Instance Attribute Details
#metric_name ⇒ ::String
Returns The API name of the metric. See Data Access Schema for the list of metrics supported in this API.
Metrics are referenced by name in metricFilter
& orderBys
.
48 49 50 51 |
# File 'proto_docs/google/analytics/admin/v1alpha/access_report.rb', line 48 class AccessMetric include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |