View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse (google_api_apigee v0.53.1)

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

t()

@type t() ::
  %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse{
    securityIncidents:
      [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityIncident.t()] | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.