View Source GoogleApi.DisplayVideo.V3.Model.DayAndTime (google_api_display_video v0.38.3)

Representation of time defined by day of the week and hour of the day.

Attributes

  • dayOfWeek (type: String.t, default: nil) - Required. Day of the week.
  • hourOfDay (type: integer(), default: nil) - Required. Hour of the day.
  • timeZoneResolution (type: String.t, default: nil) - Required. The mechanism used to determine the relevant timezone.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DisplayVideo.V3.Model.DayAndTime{
  dayOfWeek: String.t() | nil,
  hourOfDay: integer() | nil,
  timeZoneResolution: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.