class Google::Apis::DisplayvideoV1::ReplaceNegativeKeywordsResponse

Response message for NegativeKeywordService.ReplaceNegativeKeywords.

Attributes

negative_keywords[RW]

The full list of negative keywords now present in the negative keyword list. Corresponds to the JSON property `negativeKeywords` @return [Array<Google::Apis::DisplayvideoV1::NegativeKeyword>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 8483
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/displayvideo_v1/classes.rb, line 8488
def update!(**args)
  @negative_keywords = args[:negative_keywords] if args.key?(:negative_keywords)
end