View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleMonitoringV3TimeInterval (google_api_discovery_engine v0.27.0)
A time interval extending just after a start time through an end time. If the start time is the same as the end time, then the interval represents a single point in time.
Attributes
-
endTime
(type:DateTime.t
, default:nil
) - Required. The end of the time interval. -
startTime
(type:DateTime.t
, default:nil
) - Optional. The beginning of the time interval. The default value for the start time is the end time. The start time must not be later than the end time.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1.Model.GoogleMonitoringV3TimeInterval{ endTime: DateTime.t() | nil, startTime: DateTime.t() | nil }