GoogleApi.DisplayVideo.V3.Model.DateRange (google_api_display_video v0.39.0)

View Source

A date range.

Attributes

  • endDate (type: GoogleApi.DisplayVideo.V3.Model.Date.t, default: nil) - The upper bound of the date range, inclusive. Must specify a positive value for year, month, and day.
  • startDate (type: GoogleApi.DisplayVideo.V3.Model.Date.t, default: nil) - The lower bound of the date range, inclusive. Must specify a positive value for year, month, and day.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DisplayVideo.V3.Model.DateRange{
  endDate: GoogleApi.DisplayVideo.V3.Model.Date.t() | nil,
  startDate: GoogleApi.DisplayVideo.V3.Model.Date.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.