Voting helps other researchers find interesting modules.
Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive). The start must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). When both start and end are unspecified, the interval matches any time.
endTime
DateTime.t
nil
startTime
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleTypeInterval{ endTime: DateTime.t() | nil, startTime: DateTime.t() | nil }
@spec decode(struct(), keyword()) :: struct()