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

Temporal asset. In addition to the asset, the temporal asset includes the status of the asset and valid from and to time of it.

Attributes

  • asset (type: GoogleApi.CloudAsset.V1.Model.Asset.t, default: nil) - Asset.
  • deleted (type: boolean(), default: nil) - If the asset is 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

Link to this type

t()

View Source
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

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.