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

Attributes

  • queries (type: list(GoogleApi.ContentWarehouse.V1.Model.OfficialPagesOfficialKey.t), 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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.OfficialPagesQuerySet{
  queries:
    [GoogleApi.ContentWarehouse.V1.Model.OfficialPagesOfficialKey.t()] | nil,
  queryCountryLanguageFingerprints: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.