class Google::Apis::DisplayvideoV1::BulkEditPartnerAssignedTargetingOptionsResponse

Attributes

created_assigned_targeting_options[RW]

The list of assigned targeting options that have been successfully created. This list will be absent if empty. Corresponds to the JSON property `createdAssignedTargetingOptions` @return [Array<Google::Apis::DisplayvideoV1::AssignedTargetingOption>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 1793
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/displayvideo_v1/classes.rb, line 1798
def update!(**args)
  @created_assigned_targeting_options = args[:created_assigned_targeting_options] if args.key?(:created_assigned_targeting_options)
end