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

Information about a category annotation on a name.

Attributes

  • collectionHrid (type: String.t, default: nil) - The collection hrid 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{
    collectionHrid: String.t() | nil,
    mid: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.