google_api_cloud_asset v0.11.0 GoogleApi.CloudAsset.V1.Model.TemporalAsset View Source

An asset in Google Cloud and its temporal metadata, including the time window when it was observed and its status during that window.

Attributes

  • asset (type: GoogleApi.CloudAsset.V1.Model.Asset.t, default: nil) - An asset in Google Cloud.
  • deleted (type: boolean(), default: nil) - Whether the asset has been deleted or not.
  • window (type: GoogleApi.CloudAsset.V1.Model.TimeWindow.t, default: nil) - The time window when the asset data and state was observed.

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.TemporalAsset{
  asset: GoogleApi.CloudAsset.V1.Model.Asset.t(),
  deleted: boolean(),
  window: GoogleApi.CloudAsset.V1.Model.TimeWindow.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.