google_api_cloud_asset v0.9.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

Link to this type

t()

View Source
t() :: %GoogleApi.CloudAsset.V1.Model.TimeWindow{
  endTime: DateTime.t(),
  startTime: DateTime.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.