View Source GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaTimeRange (google_api_content_warehouse v0.4.0)
A time range, which includes the start and excludes the end.
Attributes
-
endTime
(type:DateTime.t
, default:nil
) - End point of the range, exclusive. -
startTime
(type:DateTime.t
, default:nil
) - Starting point of the range, inclusive.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaTimeRange{ endTime: DateTime.t() | nil, startTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.