View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest (google_api_apigee v0.46.0)

Request for BatchUpdateSecurityIncident.

Attributes

  • requests (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1UpdateSecurityIncidentRequest.t), default: nil) - Optional. Required. The request message specifying the resources to update. A maximum of 1000 can be modified in a batch.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest{
    requests:
      [
        GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1UpdateSecurityIncidentRequest.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.