ApiDocResponse

The catalog item resource wrapped with response status, errorCode, etc.

JSON representation
{
  "status": string,
  "message": string,
  "requestId": string,
  "errorCode": string,
  "data": {
    object (ApiDoc)
  }
}
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.

data

object (ApiDoc)

The catalog item resource.