GoogleApi.SecurityCenter.V1.Model.ListAssetsResult (google_api_security_center v0.39.0)
View SourceResult 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SecurityCenter.V1.Model.ListAssetsResult{ asset: GoogleApi.SecurityCenter.V1.Model.Asset.t() | nil, stateChange: String.t() | nil }