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

Request for UpdateSecurityIncident.

Attributes

  • securityIncident (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityIncident.t, default: nil) - Required. The security incident to update. Must contain all existing populated fields of the current incident.
  • updateMask (type: String.t, default: nil) - Required. The list of fields to update. Allowed fields are: LINT.IfChange(allowed_update_fields_comment) - observability LINT.ThenChange()

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1UpdateSecurityIncidentRequest{
    securityIncident:
      GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityIncident.t() | nil,
    updateMask: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.