class Google::Apis::DisplayvideoV3::LineItemAssignedTargetingOption
item it is assigned to.
Wrapper object associating an assigned_targeting_option resource and the line
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @assigned_targeting_option = args[:assigned_targeting_option] if args.key?(:assigned_targeting_option) @line_item_id = args[:line_item_id] if args.key?(:line_item_id) end