View Source GoogleApi.Jobs.V4.Model.TimestampRange (google_api_jobs v0.19.0)

Message representing a period of time between two timestamps.

Attributes

  • endTime (type: DateTime.t, default: nil) - End of the period (exclusive).
  • startTime (type: DateTime.t, default: nil) - Begin of the period (inclusive).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Jobs.V4.Model.TimestampRange{
  endTime: DateTime.t() | nil,
  startTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.