WeboftrustTimeRange

GoogleApi.ContentWarehouse.V1.Model.WeboftrustTimeRange


Table of Contents ▼

Jump to a specific part of the page:

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

View Attributes

Attributes

  1. endUnixTime (type: String.t, default: nil)
    -
  2. startUnixTime (type: String.t, default: nil)
    - Start and end times should always appear. Marked as optional to avoid breaking code.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.WeboftrustTimeRange{
endUnixTime: String.t() | nil,
startUnixTime: String.t() | nil
}

Function

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

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