View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaConditionTimeRange (google_api_discovery_engine v0.16.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.V1.Model.GoogleCloudDiscoveryengineV1alphaConditionTimeRange{
    endTime: DateTime.t() | nil,
    startTime: DateTime.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.