View Source GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedLastSignificantUpdate (google_api_content_warehouse v0.4.0)
Attributes
-
adjustmentInfo
(type:GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedLastSignificantUpdateAdjustments.t
, default:nil
) - This is stored only for debugging purposes. Please consult dates@ team before making a dependency on this field. -
date
(type:String.t
, default:nil
) - LastSignificantUpdate as UNIX timestamp in seconds. This is the new signal (go/lsu-dd) from LSU Selector V2 (once that is enabled, see b/171879888 for status), falling back to the legacy V1 signal if the HIGH_PRECISION signal does not exist. Please use the 'source' field to determine where the value comes from. -
dateUnreliabilityInfo
(type:GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedDateUnreliability.t
, default:nil
) - -
source
(type:String.t
, default:nil
) - The source the signal comes from.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedLastSignificantUpdate{ adjustmentInfo: GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedLastSignificantUpdateAdjustments.t() | nil, date: String.t() | nil, dateUnreliabilityInfo: GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedDateUnreliability.t() | nil, source: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.