View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaConditionTimeRange (google_api_discovery_engine v0.22.0)
Used for time-dependent conditions.
Attributes
-
endTime
(type:DateTime.t
, default:nil
) - End of time range. Range is inclusive. Must be in the future. -
startTime
(type:DateTime.t
, default:nil
) - Start of time range. Range is inclusive.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaConditionTimeRange{ endTime: DateTime.t() | nil, startTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.