ApiCategoryResponse

The API category resource wrapped with response status, errorCode, etc.

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

The API category resource.