Class: Google::Analytics::Data::V1alpha::DimensionValue

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/data/v1alpha/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.



699
700
701
702
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 699

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