GoogleApi.ContentWarehouse.V1.Model.CompositeDocQualitySignals
Table of Contents ▼
Jump to a specific part of the page:
Description
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 List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
lastSignificantUpdate
(type:GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedLastSignificantUpdate
, 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
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CompositeDocQualitySignals{
lastSignificantUpdate: GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedLastSignificantUpdate.t() | nil,
pagetype: GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedPageType.t() | nil
}
lastSignificantUpdate: GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedLastSignificantUpdate.t() | nil,
pagetype: GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedPageType.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.CompositeDocQualitySignals