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

Represents a timeseries.

Attributes

  • datedValues (type: list(GoogleApi.BusinessProfilePerformance.V1.Model.DatedValue.t), default: nil) - List of datapoints in the timeseries, where each datapoint is a date-value pair.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BusinessProfilePerformance.V1.Model.TimeSeries{
  datedValues:
    [GoogleApi.BusinessProfilePerformance.V1.Model.DatedValue.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.