View Source GoogleApi.BusinessProfilePerformance.V1.Model.DatedValue (google_api_business_profile_performance v0.4.0)

Represents a single datapoint in the timeseries, where each datapoint is a date-value pair.

Attributes

  • date (type: GoogleApi.BusinessProfilePerformance.V1.Model.Date.t, default: nil) - The date that the datapoint corresponds to. This represents a month value if the day field is not set.
  • value (type: String.t, default: nil) - The value of the datapoint. This will not be present when the value is zero.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BusinessProfilePerformance.V1.Model.DatedValue{
  date: GoogleApi.BusinessProfilePerformance.V1.Model.Date.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.