class Google::Apis::DisplayvideoV3::EditInventorySourceReadWriteAccessorsRequestAdvertisersUpdate

source.
Update to the list of advertisers with read/write access to the inventory

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @added_advertisers = args[:added_advertisers] if args.key?(:added_advertisers)
  @removed_advertisers = args[:removed_advertisers] if args.key?(:removed_advertisers)
end