Class: Google::Analytics::Data::V1alpha::DimensionExpression::CaseExpression

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



108
109
110
111
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 108

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