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

A version of this proto for logging is available at cs/symbol:logged_fatcat.LoggedCompactTaxonomicClassification

Attributes

  • category (type: list(GoogleApi.ContentWarehouse.V1.Model.FatcatCompactTaxonomicClassificationCategory.t), default: nil) -
  • classifierVersion (type: String.t, default: nil) -
  • taxonomy (type: String.t, default: nil) - Either taxonomy will be set, using the enum above, or taxonomy_name will be set (if the taxonomy is not one of the ones in the enum) - never both
  • taxonomyName (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.FatcatCompactTaxonomicClassification{
    category:
      [
        GoogleApi.ContentWarehouse.V1.Model.FatcatCompactTaxonomicClassificationCategory.t()
      ]
      | nil,
    classifierVersion: String.t() | nil,
    taxonomy: String.t() | nil,
    taxonomyName: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.