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

The response for ListApiCategoriesRequest. Next ID: 6

Attributes

  • data (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiCategory.t), default: nil) - The API category resources.
  • errorCode (type: String.t, default: nil) - Unique error code for the request, if any.
  • 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.GoogleCloudApigeeV1ListApiCategoriesResponse{
  data: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiCategory.t()] | nil,
  errorCode: 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.