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