QualityTimebasedLastSignificantUpdate

GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedLastSignificantUpdate


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):

View Attributes

Attributes

  1. adjustmentInfo (type: GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedLastSignificantUpdateAdjustments, default: nil)
    - This is stored only for debugging purposes. Please consult dates@ team before making a dependency on this field.
  2. 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.
  3. dateUnreliabilityInfo (type: GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedDateUnreliability, default: nil)
    -
  4. source (type: String.t, default: nil)
    - The source the signal comes from.

Type

@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
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedLastSignificantUpdate