View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaCondition (google_api_discovery_engine v0.16.0)

Defines circumstances to be checked before allowing a behavior

Attributes

  • activeTimeRange (type: list(GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaConditionTimeRange.t), default: nil) - Range of time(s) specifying when condition is active. Maximum of 10 time ranges.
  • queryTerms (type: list(GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaConditionQueryTerm.t), default: nil) - Search only A list of terms to match the query on. Maximum of 10 query terms.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaCondition{
    activeTimeRange:
      [
        GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaConditionTimeRange.t()
      ]
      | nil,
    queryTerms:
      [
        GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaConditionQueryTerm.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.