View Source GoogleApi.DisplayVideo.V1.Model.DayAndTimeAssignedTargetingOptionDetails (google_api_display_video v0.35.0)

Representation of a segment of time defined on a specific day of the week and with a start and end time. The time represented by start_hour must be before the time represented by end_hour.

Attributes

  • dayOfWeek (type: String.t, default: nil) - Required. The day of the week for this day and time targeting setting.
  • endHour (type: integer(), default: nil) - Required. The end hour for day and time targeting. Must be between 1 (1 hour after start of day) and 24 (end of day).
  • startHour (type: integer(), default: nil) - Required. The start hour for day and time targeting. Must be between 0 (start of day) and 23 (1 hour before end of day).
  • timeZoneResolution (type: String.t, default: nil) - Required. The mechanism used to determine which timezone to use for this day and time targeting setting.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DisplayVideo.V1.Model.DayAndTimeAssignedTargetingOptionDetails{
    dayOfWeek: String.t() | nil,
    endHour: integer() | nil,
    startHour: integer() | nil,
    timeZoneResolution: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.