GoogleApi.SecurityCenter.V1.Model.ListAssetsResult (google_api_security_center v0.24.0) 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
Specs
t() :: %GoogleApi.SecurityCenter.V1.Model.ListAssetsResult{ asset: GoogleApi.SecurityCenter.V1.Model.Asset.t() | nil, stateChange: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.