Class: Google::Apis::DisplayvideoV3::ReplaceNegativeKeywordsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV3::ReplaceNegativeKeywordsResponse
- 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
-
#negative_keywords ⇒ Array<Google::Apis::DisplayvideoV3::NegativeKeyword>
The full list of negative keywords now present in the negative keyword list.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ReplaceNegativeKeywordsResponse
constructor
A new instance of ReplaceNegativeKeywordsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ReplaceNegativeKeywordsResponse
Returns a new instance of ReplaceNegativeKeywordsResponse.
11148 11149 11150 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 11148 def initialize(**args) update!(**args) end |
Instance Attribute Details
#negative_keywords ⇒ Array<Google::Apis::DisplayvideoV3::NegativeKeyword>
The full list of negative keywords now present in the negative keyword list.
Corresponds to the JSON property negativeKeywords
11146 11147 11148 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 11146 def negative_keywords @negative_keywords end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11153 11154 11155 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 11153 def update!(**args) @negative_keywords = args[:negative_keywords] if args.key?(:negative_keywords) end |