Class: Google::Apis::DisplayvideoV2::BulkEditAdvertiserAssignedTargetingOptionsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV2::BulkEditAdvertiserAssignedTargetingOptionsResponse
- 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
Instance Attribute Summary collapse
-
#created_assigned_targeting_options ⇒ Array<Google::Apis::DisplayvideoV2::AssignedTargetingOption>
The list of assigned targeting options that have been successfully created.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BulkEditAdvertiserAssignedTargetingOptionsResponse
constructor
A new instance of BulkEditAdvertiserAssignedTargetingOptionsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BulkEditAdvertiserAssignedTargetingOptionsResponse
Returns a new instance of BulkEditAdvertiserAssignedTargetingOptionsResponse.
1717 1718 1719 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 1717 def initialize(**args) update!(**args) end |
Instance Attribute Details
#created_assigned_targeting_options ⇒ Array<Google::Apis::DisplayvideoV2::AssignedTargetingOption>
The list of assigned targeting options that have been successfully created.
This list will be absent if empty.
Corresponds to the JSON property createdAssignedTargetingOptions
1715 1716 1717 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 1715 def @created_assigned_targeting_options end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1722 1723 1724 |
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 1722 def update!(**args) @created_assigned_targeting_options = args[:created_assigned_targeting_options] if args.key?(:created_assigned_targeting_options) end |