google_api_cloud_asset v0.3.0 GoogleApi.CloudAsset.V1.Model.TimeWindow View Source
A time window of (start_time, end_time].
Attributes
endTime(type:DateTime.t, default:nil) - End time of the time window (inclusive). Current timestamp if not specified.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
Link to this type
t()
View Sourcet() :: %GoogleApi.CloudAsset.V1.Model.TimeWindow{
endTime: DateTime.t(),
startTime: DateTime.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.