class Google::Apis::DisplayvideoV1::ReplaceNegativeKeywordsRequest

Request message for NegativeKeywordService.ReplaceNegativeKeywords.

Attributes

new_negative_keywords[RW]

The negative keywords that will replace the existing keywords in the negative keyword list, specified as a list of NegativeKeywords. Corresponds to the JSON property `newNegativeKeywords` @return [Array<Google::Apis::DisplayvideoV1::NegativeKeyword>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 8464
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 8469
def update!(**args)
  @new_negative_keywords = args[:new_negative_keywords] if args.key?(:new_negative_keywords)
end