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

Response for certain delete operations.

Attributes

  • errorCode (type: String.t, default: nil) - Unique error code for the request, if any.
  • gcpResource (type: String.t, default: nil) - Google Cloud name of deleted resource.
  • message (type: String.t, default: nil) - Description of the operation.
  • requestId (type: String.t, default: nil) - Unique ID of the request.
  • status (type: String.t, default: nil) - Status of the operation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeleteResponse{
  errorCode: String.t() | nil,
  gcpResource: String.t() | nil,
  message: String.t() | nil,
  requestId: String.t() | nil,
  status: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.