Class: Google::Apis::DisplayvideoV1::BulkEditNegativeKeywordsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV1::BulkEditNegativeKeywordsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/displayvideo_v1/classes.rb,
generated/google/apis/displayvideo_v1/representations.rb,
generated/google/apis/displayvideo_v1/representations.rb
Overview
Response message for NegativeKeywordService.BulkEditNegativeKeywords.
Instance Attribute Summary collapse
-
#negative_keywords ⇒ Array<Google::Apis::DisplayvideoV1::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.
1640 1641 1642 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 1640 def initialize(**args) update!(**args) end |
Instance Attribute Details
#negative_keywords ⇒ Array<Google::Apis::DisplayvideoV1::NegativeKeyword>
The list of negative keywords that have been successfully created. This list
will be absent if empty.
Corresponds to the JSON property negativeKeywords
1638 1639 1640 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 1638 def negative_keywords @negative_keywords end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1645 1646 1647 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 1645 def update!(**args) @negative_keywords = args[:negative_keywords] if args.key?(:negative_keywords) end |