Class: Google::Apis::DisplayvideoV2::BulkEditNegativeKeywordsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV2::BulkEditNegativeKeywordsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v2/classes.rb,
lib/google/apis/displayvideo_v2/representations.rb,
lib/google/apis/displayvideo_v2/representations.rb
Overview
Response message for NegativeKeywordService.BulkEditNegativeKeywords.
Instance Attribute Summary collapse
-
#negative_keywords ⇒ Array<Google::Apis::DisplayvideoV2::NegativeKeyword>
The list of negative keywords that have been successfully created.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BulkEditNegativeKeywordsResponse
constructor
A new instance of BulkEditNegativeKeywordsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BulkEditNegativeKeywordsResponse
Returns a new instance of BulkEditNegativeKeywordsResponse.
2034 2035 2036 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 2034 def initialize(**args) update!(**args) end |
Instance Attribute Details
#negative_keywords ⇒ Array<Google::Apis::DisplayvideoV2::NegativeKeyword>
The list of negative keywords that have been successfully created. This list
will be absent if empty.
Corresponds to the JSON property negativeKeywords
2032 2033 2034 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 2032 def negative_keywords @negative_keywords end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2039 2040 2041 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 2039 def update!(**args) @negative_keywords = args[:negative_keywords] if args.key?(:negative_keywords) end |