View Source GoogleApi.ContentWarehouse.V1.Model.WeboftrustTimeRange (google_api_content_warehouse v0.4.0)

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

  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.