Class: Google::Analytics::Data::V1alpha::DimensionHeader

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 dimension column in the report. Dimensions requested in a report produce column entries within rows and DimensionHeaders. However, dimensions used exclusively within filters or expressions do not produce columns in a report; correspondingly, those dimensions do not produce headers.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns The dimension's name.

Returns:

  • (::String)

    The dimension's name.



602
603
604
605
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 602

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