View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse (google_api_apigee v0.53.0)
Response for BatchUpdateSecurityIncident.
Attributes
-
securityIncidents(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityIncident.t), default:nil) - Output only. Updated security incidents
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse{ securityIncidents: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityIncident.t()] | nil }