Class: Google::Apis::DisplayvideoV3::ReplaceNegativeKeywordsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v3/classes.rb,
lib/google/apis/displayvideo_v3/representations.rb,
lib/google/apis/displayvideo_v3/representations.rb

Overview

Response message for NegativeKeywordService.ReplaceNegativeKeywords.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ReplaceNegativeKeywordsResponse

Returns a new instance of ReplaceNegativeKeywordsResponse.



11020
11021
11022
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 11020

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

Instance Attribute Details

#negative_keywordsArray<Google::Apis::DisplayvideoV3::NegativeKeyword>

The full list of negative keywords now present in the negative keyword list. Corresponds to the JSON property negativeKeywords



11018
11019
11020
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 11018

def negative_keywords
  @negative_keywords
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11025
11026
11027
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 11025

def update!(**args)
  @negative_keywords = args[:negative_keywords] if args.key?(:negative_keywords)
end