View Source GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaNumericValue (google_api_analytics_admin v0.21.0)

To represent a number.

Attributes

  • doubleValue (type: float(), default: nil) - Double value
  • int64Value (type: String.t, default: nil) - Integer value

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaNumericValue{
    doubleValue: float() | nil,
    int64Value: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.