Class: Google::Analytics::Data::V1beta::DimensionValue

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

Overview

The value of a dimension.

Instance Attribute Summary collapse

Instance Attribute Details

#value::String

Returns Value as a string if the dimension type is a string.

Returns:

  • (::String)

    Value as a string if the dimension type is a string.



858
859
860
861
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 858

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