Class: Google::Analytics::Admin::V1alpha::KeyEvent::DefaultValue
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::KeyEvent::DefaultValue
- 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
-
#currency_code ⇒ ::String
Required.
-
#numeric_value ⇒ ::Float
Required.
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.
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.
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 |