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

Represents a single datapoint, where each datapoint is a DailyMetric-DailySubEntityType-TimeSeries tuple.

Attributes

  • dailyMetric (type: String.t, default: nil) - The DailyMetric that the TimeSeries represents.
  • dailySubEntityType (type: GoogleApi.BusinessProfilePerformance.V1.Model.DailySubEntityType.t, default: nil) - The DailySubEntityType that the TimeSeries represents. Will not be present when breakdown does not exist.
  • timeSeries (type: GoogleApi.BusinessProfilePerformance.V1.Model.TimeSeries.t, default: nil) - List of datapoints 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.DailyMetricTimeSeries{
  dailyMetric: String.t() | nil,
  dailySubEntityType:
    GoogleApi.BusinessProfilePerformance.V1.Model.DailySubEntityType.t() | nil,
  timeSeries: GoogleApi.BusinessProfilePerformance.V1.Model.TimeSeries.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.