class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Condition

def update!(**args)

Update properties of this object
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