Class: Google::Analytics::Data::V1alpha::MetricHeader

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/data/v1alpha/data.rb

Overview

Describes a metric column in the report. Visible metrics requested in a report produce column entries within rows and MetricHeaders. However, metrics used exclusively within filters or expressions do not produce columns in a report; correspondingly, those metrics do not produce headers.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns The metric's name.

Returns:

  • (::String)

    The metric's name.



617
618
619
620
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 617

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

#type::Google::Analytics::Data::V1alpha::MetricType

Returns The metric's data type.

Returns:



617
618
619
620
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 617

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