GoogleApi.ContentWarehouse.V1.Model.WeboftrustTimeRange
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Time range (start time and end time). Used to indicate the times in which a LiveResult is considered "hot" and thus a potential for boosting. Specified as Unix time (seconds since midnight, January 1, 1970). Time zone is same as that for query_start_time (i.e., GMT). Next ID: 3
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
endUnixTime
(type:String.t
, default:nil
)
- -
startUnixTime
(type:String.t
, default:nil
)
- Start and end times should always appear. Marked as optional to avoid breaking code.
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.WeboftrustTimeRange