DeleteResponse

Response for certain delete operations.

JSON representation
{
  "status": string,
  "message": string,
  "requestId": string,
  "errorCode": string,
  "gcpResource": string
}
Fields
status

string

Status of the operation.

message

string

Description of the operation.

requestId

string

Unique ID of the request.

errorCode

string

Unique error code for the request, if any.

gcpResource

string

Google Cloud name of deleted resource.