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:



1007
1008
1009
1010
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1007

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.



1007
1008
1009
1010
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1007

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