FatcatCompactTaxonomicClassification

GoogleApi.ContentWarehouse.V1.Model.FatcatCompactTaxonomicClassification


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. category (type: list(GoogleApi.ContentWarehouse.V1.Model.FatcatCompactTaxonomicClassificationCategory), default: nil)
    -
  2. classifierVersion (type: String.t, default: nil)
    -
  3. 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
  4. taxonomyName (type: String.t, default: nil)
    -

Type

@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
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.FatcatCompactTaxonomicClassification