Class: Google::Analytics::Admin::V1alpha::KeyEvent::DefaultValue

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

Overview

Defines a default value/currency for a key event.

Instance Attribute Summary collapse

Instance Attribute Details

#currency_code::String

Returns Required. When an occurrence of this Key Event (specified by event_name) has no set currency this currency will be applied as the default. Must be in ISO 4217 currency code format.

See https://en.wikipedia.org/wiki/ISO_4217 for more information.

Returns:

  • (::String)

    Required. When an occurrence of this Key Event (specified by event_name) has no set currency this currency will be applied as the default. Must be in ISO 4217 currency code format.

    See https://en.wikipedia.org/wiki/ISO_4217 for more information.



920
921
922
923
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 920

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

#numeric_value::Float

Returns Required. This will be used to populate the "value" parameter for all occurrences of this Key Event (specified by event_name) where that parameter is unset.

Returns:

  • (::Float)

    Required. This will be used to populate the "value" parameter for all occurrences of this Key Event (specified by event_name) where that parameter is unset.



920
921
922
923
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 920

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