Class: Google::Apis::DisplayvideoV1::ReplaceNegativeKeywordsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v1/classes.rb,
lib/google/apis/displayvideo_v1/representations.rb,
lib/google/apis/displayvideo_v1/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.



9526
9527
9528
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 9526

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

Instance Attribute Details

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

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



9524
9525
9526
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 9524

def negative_keywords
  @negative_keywords
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9531
9532
9533
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 9531

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