google_api_display_video v0.3.0 GoogleApi.DisplayVideo.V1.Model.TimeRange View Source
A time range.
Attributes
endTime
(type:DateTime.t
, default:nil
) - Required. The upper bound of a time range, inclusive.startTime
(type:DateTime.t
, default:nil
) - Required. The lower bound of a time range, inclusive.
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.TimeRange{ endTime: DateTime.t(), startTime: DateTime.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.