View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAnnotatedCategoryInfo (google_api_content_warehouse v0.3.0)

Information about a category annotation on a name.

Attributes

  • debugString (type: String.t, default: nil) - A debug string for the category.
  • mid (type: String.t, default: nil) - The mid of the entity representing the category.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAnnotatedCategoryInfo{
    debugString: String.t() | nil,
    mid: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.