GoogleApi.CloudAsset.V1.Model.TimeWindow (google_api_cloud_asset v0.28.0) View Source
A time window specified by its start_time
and end_time
.
Attributes
-
endTime
(type:DateTime.t
, default:nil
) - End time of the time window (inclusive). If not specified, the current timestamp is used instead. -
startTime
(type:DateTime.t
, default:nil
) - Start time of the time window (exclusive).
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudAsset.V1.Model.TimeWindow{ endTime: DateTime.t() | nil, startTime: DateTime.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.