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