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

Represents all possible subentity types that are associated with DailyMetrics.

Attributes

  • dayOfWeek (type: String.t, default: nil) - Represents the day of the week. Eg: MONDAY. Currently supported DailyMetrics = NONE.
  • timeOfDay (type: GoogleApi.BusinessProfilePerformance.V1.Model.TimeOfDay.t, default: nil) - Represents the time of the day in 24 hour format. Eg: 13:34:20 Currently supported DailyMetrics = NONE.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BusinessProfilePerformance.V1.Model.DailySubEntityType{
  dayOfWeek: String.t() | nil,
  timeOfDay: GoogleApi.BusinessProfilePerformance.V1.Model.TimeOfDay.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.