Class: Google::Analytics::Data::V1beta::AudienceDimensionValue

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



782
783
784
785
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 782

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