class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SuggestionDenyListEntry

and the applied operation for the phrase.
Suggestion deny list entry identifying the phrase to block from suggestions

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @block_phrase = args[:block_phrase] if args.key?(:block_phrase)
  @match_operator = args[:match_operator] if args.key?(:match_operator)
end