GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedLastSignificantUpdateAdjustments
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
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. -
isUpperboundTimestampPrecise
(type:boolean()
, default:nil
)
- The timestamp is precise when it's derived from existing (>March 2022) passage timestamp. -
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. -
unboundedTimestampSource
(type:String.t
, default:nil
)
- The source that produced the unbounded timestamp. -
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
}
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