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