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

ApiCategory represents an API category. Catalog items can be tagged with API categories; users viewing the API catalog in the portal will have the option to browse the catalog by category.

Attributes

  • id (type: String.t, default: nil) - ID of the category (a UUID).
  • name (type: String.t, default: nil) - Name of the category.
  • siteId (type: String.t, default: nil) - Name of the portal.
  • updateTime (type: String.t, default: nil) - Time the category was last modified in milliseconds since epoch.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiCategory{
  id: String.t() | nil,
  name: String.t() | nil,
  siteId: String.t() | nil,
  updateTime: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.