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

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

Attributes

  • data (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiCategory.t, default: nil) - The API category resource.
  • 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.GoogleCloudApigeeV1ApiCategoryResponse{
  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.