Class KeyEvent.Types.DefaultValue
Defines a default value/currency for a key event.
Implements
Namespace: Google.Analytics.Admin.V1Beta
Assembly: Google.Analytics.Admin.V1Beta.dll
Syntax
public sealed class KeyEvent.Types.DefaultValue : IMessage<KeyEvent.Types.DefaultValue>, IEquatable<KeyEvent.Types.DefaultValue>, IDeepCloneable<KeyEvent.Types.DefaultValue>, IBufferMessage, IMessage
Constructors
DefaultValue()
Declaration
public DefaultValue()
DefaultValue(DefaultValue)
Declaration
public DefaultValue(KeyEvent.Types.DefaultValue other)
Parameters
Type | Name | Description |
---|---|---|
KeyEvent.Types.DefaultValue | other |
Properties
CurrencyCode
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.
Declaration
public string CurrencyCode { get; set; }
Property Value
Type | Description |
---|---|
string |
NumericValue
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.
Declaration
public double NumericValue { get; set; }
Property Value
Type | Description |
---|---|
double |