google_api_display_video v0.3.0 GoogleApi.DisplayVideo.V1.Model.DateRange View Source
A date range.
Attributes
endDate
(type:GoogleApi.DisplayVideo.V1.Model.Date.t
, default:nil
) - The upper bound of the date range, inclusive. Must specify a positive value foryear
,month
, andday
.startDate
(type:GoogleApi.DisplayVideo.V1.Model.Date.t
, default:nil
) - The lower bound of the date range, inclusive. Must specify a positive value foryear
,month
, andday
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.DisplayVideo.V1.Model.DateRange{ endDate: GoogleApi.DisplayVideo.V1.Model.Date.t(), startDate: GoogleApi.DisplayVideo.V1.Model.Date.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.