GoogleApi.Jobs.V3.Model.TimestampRange (google_api_jobs v0.15.0) View Source
Message representing a period of time between two timestamps.
Attributes
-
endTime
(type:DateTime.t
, default:nil
) - End of the period. -
startTime
(type:DateTime.t
, default:nil
) - Begin of the period.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Jobs.V3.Model.TimestampRange{ endTime: DateTime.t(), startTime: DateTime.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.