Class: Google::Apis::DisplayvideoV2::BulkEditNegativeKeywordsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BulkEditNegativeKeywordsResponse

Returns a new instance of BulkEditNegativeKeywordsResponse.



2020
2021
2022
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 2020

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

Instance Attribute Details

#negative_keywordsArray<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



2018
2019
2020
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 2018

def negative_keywords
  @negative_keywords
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2025
2026
2027
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 2025

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