google_api_security_center v0.4.0 GoogleApi.SecurityCenter.V1.Model.ListAssetsResult View Source

Result containing the Asset and its State.

Attributes

  • asset (type: GoogleApi.SecurityCenter.V1.Model.Asset.t, default: nil) - Asset matching the search request.
  • stateChange (type: String.t, default: nil) - State change of the asset between the points in time.

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.SecurityCenter.V1.Model.ListAssetsResult{
  asset: GoogleApi.SecurityCenter.V1.Model.Asset.t(),
  stateChange: String.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.