Class: Google::Analytics::Data::V1beta::ComparisonMetadata

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 metadata for a single comparison.

Instance Attribute Summary collapse

Instance Attribute Details

#api_name::String

Returns This comparison's resource name. Useable in Comparison's comparison field. For example, 'comparisons/1234'.

Returns:

  • (::String)

    This comparison's resource name. Useable in Comparison's comparison field. For example, 'comparisons/1234'.



1064
1065
1066
1067
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 1064

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

#description::String

Returns This comparison's description.

Returns:

  • (::String)

    This comparison's description.



1064
1065
1066
1067
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 1064

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

#ui_name::String

Returns This comparison's name within the Google Analytics user interface.

Returns:

  • (::String)

    This comparison's name within the Google Analytics user interface.



1064
1065
1066
1067
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 1064

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