GoogleApi.DisplayVideo.V1.Model.TimeRange (google_api_display_video v0.17.0) 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
Specs
t() :: %GoogleApi.DisplayVideo.V1.Model.TimeRange{ endTime: DateTime.t(), startTime: DateTime.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.