GoogleApi.ContentWarehouse.V1.Model.OfficialPagesQuerySet
Table of Contents ▼
Jump to a specific part of the page:
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
queries
(type:list(GoogleApi.ContentWarehouse.V1.Model.OfficialPagesOfficialKey)
, default:nil
)
- -
queryCountryLanguageFingerprints
(type:list(String.t)
, default:nil
)
- This is the fingerprint of the OfficialKey queries in the queries field. The index of a fingerprint in this field corresponds to the index of the fingerprinted query in the queries field. The fingerprint is produced with the QueryCountryLanguageFingerprint function in external-utils.h
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.OfficialPagesQuerySet{
queries: [GoogleApi.ContentWarehouse.V1.Model.OfficialPagesOfficialKey.t()] | nil,
queryCountryLanguageFingerprints: [String.t()] | nil
}
queries: [GoogleApi.ContentWarehouse.V1.Model.OfficialPagesOfficialKey.t()] | nil,
queryCountryLanguageFingerprints: [String.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.OfficialPagesQuerySet