QualitySalientCountriesSalientCountrySet

GoogleApi.ContentWarehouse.V1.Model.QualitySalientCountriesSalientCountrySet


Table of Contents ▼

Jump to a specific part of the page:

Description

Set of SalientCountry for a document.

Attributes List

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

View Attributes

Attributes

  1. packedCountry (type: list(integer()), default: nil)
    - Packed Country and salience optimized for index storage
  2. packedSalience (type: list(integer()), default: nil)
    -
  3. salientCountry (type: list(GoogleApi.ContentWarehouse.V1.Model.QualitySalientCountriesSalientCountry), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualitySalientCountriesSalientCountrySet{
packedCountry: [integer()] | nil,
packedSalience: [integer()] | nil,
salientCountry: [ GoogleApi.ContentWarehouse.V1.Model.QualitySalientCountriesSalientCountry.t() ] | nil
}

Function

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

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