class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaCondition
Defines circumstances to be checked before allowing a behavior
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @active_time_range = args[:active_time_range] if args.key?(:active_time_range) @query_regex = args[:query_regex] if args.key?(:query_regex) @query_terms = args[:query_terms] if args.key?(:query_terms) end