GoogleApi.DisplayVideo.V1.Model.TimeRange (google_api_display_video v0.39.0)

View Source

A time range.

Attributes

  • endTime (type: DateTime.t, default: nil) - Required. The upper bound of a time range, inclusive.
  • startTime (type: DateTime.t, default: nil) - Required. The lower bound of a time range, inclusive.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DisplayVideo.V1.Model.TimeRange{
  endTime: DateTime.t() | nil,
  startTime: DateTime.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.