View Source GoogleApi.CloudAsset.V1.Model.TimeWindow (google_api_cloud_asset v0.35.0)

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).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudAsset.V1.Model.TimeWindow{
  endTime: DateTime.t() | nil,
  startTime: DateTime.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.