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

Note: This is a misleading name as of 2022/10/14. The field is still set and has meaningful data, but no longer holds quality signals. All the data are freshness-related and they're not particularly sensitive.

Attributes

  • lastSignificantUpdate (type: GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedLastSignificantUpdate.t, default: nil) - Contains a date used for the "Date Last Modified" toolbelt restrict mode. Note: this date is a combined date and is different from the pure shingle-based signal stored in contentage.last_significant_update field.
  • pagetype (type: GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedPageType.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CompositeDocQualitySignals{
  lastSignificantUpdate:
    GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedLastSignificantUpdate.t()
    | nil,
  pagetype:
    GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedPageType.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.