QualityTimebasedLastSignificantUpdateAdjustments

GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedLastSignificantUpdateAdjustments


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. adjustmentSource (type: String.t, default: nil)
    - If the selected LSU has been adjusted, i.e. the maximum passage timestamp, firstseen or contentage were assigned to LSU, the adjustment source is stored here.
  2. isUpperboundTimestampPrecise (type: boolean(), default: nil)
    - The timestamp is precise when it's derived from existing (>March 2022) passage timestamp.
  3. unboundedTimestampInSeconds (type: String.t, default: nil)
    - The timestamp that was picked up by the component indicated in the LastSignificantUpdateSource but was dropped due to exceeding the upper bound. Set only if it is not equal to final LSU.
  4. unboundedTimestampSource (type: String.t, default: nil)
    - The source that produced the unbounded timestamp.
  5. upperboundTimestampInSeconds (type: String.t, default: nil)
    - The upperbound value derived from passage timestamps. If present, the LSU date should never exceed this value. Design doc: go/lsu-max-passage-timestamp

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedLastSignificantUpdateAdjustments{
adjustmentSource: String.t() | nil,
isUpperboundTimestampPrecise: boolean() | nil,
unboundedTimestampInSeconds: String.t() | nil,
unboundedTimestampSource: String.t() | nil,
upperboundTimestampInSeconds: String.t() | nil
}

Function

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

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