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):
Attributes
-
category
(type:list(GoogleApi.ContentWarehouse.V1.Model.FatcatCompactTaxonomicClassificationCategory)
, 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
)
-
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
}
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