Class: Google::Analytics::Data::V1beta::DimensionExpression::CaseExpression

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

Overview

Used to convert a dimension value to a single case.

Instance Attribute Summary collapse

Instance Attribute Details

#dimension_name::String

Returns Name of a dimension. The name must refer back to a name in dimensions field of the request.

Returns:

  • (::String)

    Name of a dimension. The name must refer back to a name in dimensions field of the request.



142
143
144
145
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 142

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